Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

psql: error: FATAL: database "" does not exist #1

Open
ylohnitram opened this issue Jun 19, 2022 · 0 comments
Open

psql: error: FATAL: database "" does not exist #1

ylohnitram opened this issue Jun 19, 2022 · 0 comments

Comments

@ylohnitram
Copy link

ylohnitram commented Jun 19, 2022

container log:
backup: PostgreSQL started
backup: Creating database
backup: psql: error: FATAL: database "exampleuser" does not exist

container vars:
backup:
image: ghcr.io/ovrclk/akash-postgres-restore:v0.0.4
env:
- POSTGRES_DATABASE=exampledb
- POSTGRES_USER=exampleuser
- POSTGRES_PASSWORD=examplepass
- POSTGRES_HOST=postgres
- POSTGRES_PORT=5432
- BACKUP_PATH=db-backup/test
- BACKUP_KEY=XXXXX
- BACKUP_SECRET=XXXXX
- BACKUP_PASSPHRASE=XXXX
- BACKUP_HOST="https://s3.filebase.com"
- BACKUP_SCHEDULE="*/15 * * * *"
- BACKUP_RETAIN="7 days"
depends_on:
- service: postgres

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant