mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Exporting postgres database ... Error response from daemon: No such container: planka_postgres_1 #630
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Archarzel on GitHub (Jan 14, 2025).
installed on local network server via SSH following docker instructions, works, enjoying it, blah blah blah, but when attempting to run the backup.sh file I get the following error
Exporting postgres database ... Error response from daemon: No such container: planka_postgres_1
any clues?
@meltyshev commented on GitHub (Jan 17, 2025):
Hi!
Container names may differ from the default ones. You can list all running containers using
docker psto retrieve the actual names. Afterward, update those names in the script file as needed:@Archarzel commented on GitHub (Jan 17, 2025):
god help me, they were made as hyphens, not underscores...
I'm an idiot, thank you so much!