Replies: 2 comments 3 replies
-
If adjustments need to be made we can just work with your working command line string. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have in influx 2 db that I'm trying to back up. As far as I can tell, everything is setup as it should be. The logs indicate it tries, but there are no errors shown, but also no backup files generated. I can confirm that data is present in the database.
My config is below. The influx db is DB04.
The logs appear to show that the influx backup worked:

However, the influx backup is not present, where other backups all worked as expected:

When comparing to logs for other backups that did work, the influx logs appear to be missing some steps (though no idea what). Postgres logs, for example:

Influx is version 2.
I can log into the influx UI by copy/pasting credentials used in the backup compose, and view graphs, data, etc.
So I have no idea what next steps to take on getting the influx backup to work. I've reviewed the documentation for any environment variables I am mis-using or missing. I do not see in the discussions where anyone else is having issues similar to this.
Beta Was this translation helpful? Give feedback.
All reactions