Native deployment: where to find postgres' password? #875
|
The latest release v3.4.0 suggest an operation on the postgres and offers a nice bash string to proceed with it. However, the string requires one to know the postgres password. Since the native deployment instruction do not give the opportunity to set it, i am wondering where i can find it. I'm unable to locate to configuration file for AudioMuse-Ai in my system. |
Replies: 5 comments 6 replies
|
You don't need to search for a config file. When you install natively without setting anything, AudioMuse-AI falls back to hardcoded defaults in config.py: So if you never changed it, the password is simply audiomusepassword. Just paste that into the bash command from the release notes. |
|
Your discussion has its answer now - thanks for having starred AudioMuse-AI and supporting self-hosted music here on GitHub! It really helps the project grow! |
|
@NeptuneHub i was probably a bit quick on closing this, that did not work. And i'm pretty sure i haven't changed the passwoed |
I find one config.py file on my system related to AudioMuse-AI but it contains none of those values... |
|
Your discussion has its answer now - thanks for having starred AudioMuse-AI and supporting self-hosted music here on GitHub! It really helps the project grow! |
You don't need to search for a config file. When you install natively without setting anything, AudioMuse-AI falls back to hardcoded defaults in config.py:
So if you never changed it, the password is simply audiomusepassword. Just paste that into the bash command from the release notes.