Hi,
I’ve been using NPM for 1,5 years to my satisfaction. Now, before I dared to update to the new version, I wanted to backup my settings.
However, NPM tells me ‘No relevant user found’. As read in this thread, I restarted my MariaDB add on and then NPM, but this did not work.
In the MariaDB, I discovered that some recent timestamps date back 4 month ago. In the NPM log I see this request:
{"result": "ok", "data": {"host": "core-mariadb", "port": 3306, "username": "service", "password": "...", "addon": "core_mariadb"}}
but later
[1/30/2024] [11:46:39 AM] [Global ] › ℹ info No valid environment variables for database provided, using default SQLite file '/data/database.sqlite'
Obviously, NPM lost access to the SQL DB.
How can I regain access to NPM and/or my configuration? Can I somehow get a grip on the sqlite DB?