-
-
Notifications
You must be signed in to change notification settings - Fork 433
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
Failed to find any configured storage #696
Comments
After creation wal-g.yml file it is working:
but synch/asynch backup isn't working automaticly:
ll /var/lib/postgresql/.walg.json
|
This is strange, perhaps the latest version of wal-g requires you to explicitly specify the path to the configuration. Try it this: wal_g_path: "/usr/local/bin/wal-g --config /var/lib/postgresql/.walg.json" |
Thanks @vitabaks also I configured pg_hba and minio. It is working! |
I depoloyed postgresql cluster and during installion the database with initdb was deployed to my minio server, but after it can't find any configured storage:
main.yml config is:
The text was updated successfully, but these errors were encountered: