You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
michaelvlach
changed the title
[db] What is the correct initial process for the database?
[server] What is the correct initial process for the database?
May 14, 2024
It is a genuine issue. The dbs are stored in the internal database but the db objects are not being recreated upon restart of the server. The backup/restore works because it does create new db object. Let me fix it.
michaelvlach
changed the title
[server] What is the correct initial process for the database?
[server] Db objects are not recreated upon server restart
May 14, 2024
I attempted the following sequence:
Then, upon restarting the agdb_server:
a. user_login
b. db_list --- error, indicating the database was not found.
However, if after the db_add step in the initialization process, I add:
5.1. db_backup
And after restarting the agdb_server, I then add:
a.1. db_restore
after the user_login step, everything works normally.
Is this a requirement, or is it a malfunction?
The text was updated successfully, but these errors were encountered: