Exporting postgres database ... Error response from daemon: No such container: planka_postgres_1 #630

Closed
opened 2026-02-04 20:37:08 +03:00 by OVERLORD · 2 comments
Owner

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?

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?
Author
Owner

@meltyshev commented on GitHub (Jan 17, 2025):

Hi!

Container names may differ from the default ones. You can list all running containers using docker ps to retrieve the actual names. Afterward, update those names in the script file as needed:

PLANKA_DOCKER_CONTAINER_POSTGRES="planka_postgres_1”
PLANKA_DOCKER_CONTAINER_PLANKA="planka_planka_1”
@meltyshev commented on GitHub (Jan 17, 2025): Hi! Container names may differ from the default ones. You can list all running containers using `docker ps` to retrieve the actual names. Afterward, update those names in the script file as needed: ``` PLANKA_DOCKER_CONTAINER_POSTGRES="planka_postgres_1” PLANKA_DOCKER_CONTAINER_PLANKA="planka_planka_1” ```
Author
Owner

@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!

@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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#630