Firefly DB password
Hello!
I am trying to do a mysqldump of the Firefly III database, and I can't figure out where to get the "env_variable": "MYSQL_PASSWORD" for the Firefly III database.
I'm not sure I've got mysql installed properly either, but that might be a different issue.
I'm running RunTipi v3.8.0 on Proxmox 8.3.2. Runtipi was installed via https://community-scripts.github.io/ProxmoxVE/scripts
Any assistance is appreciated.
Proxmox VE Helper-Scripts
A Front-end for the Proxmox VE Helper-Scripts (Community) Repository. Featuring over 200+ scripts to help you manage your Proxmox VE environment.
2 Replies
Hello,
This script install runtipi in this folder
/opt/runtipi
Connect into your LXC through SSH or directly within Proxmox console,
Then you should find your variable in this file :
/opt/runtipi/app-data/firefly-iii/app.env
I can also suggest to install the filebrowser app from runtipi and you should already have the app-data directory mounted inside the app
Regarding the mysqldump operation,
I think you just need make sure the host performing the action can reach the firefly-iii-db container (which is only exposed inside the internal docker network).Thanks! I found the password. Also thanks for the clarification on the mysqldump. I was thinking it would need to be on the runtipi.