Content
Openproject VM Backup
Added by Pampa Party 6 days ago
Hi,
i have a Openproject instance as Proxmox Backup. When i restore this Backup, i ran into issues with the Database. My Installation was a Package one.
First i tried to do **openproject** **reconfigure**
and for Database i choosed install (If you would like to use the database that was automatically installed by OpenProject at time of installation just choose install
again) as mentioned in the manual. Before i reconfigured i couldnt get into the postgres database, after i can. But i still can´t login with my credentials. I get " Invalid user or password or the account is blocked due to multiple failed login attempts. If so, it will be unblocked automatically in a short time. ".
So my questions are what are the right steps to do, after i restored the vm, to set everything up working fine? Also my database look wierd after reconfigure. Im not sure if everything went fine here.
I also tried to set a new admin account just to get into openproject with
sudo openproject run rails console
u = User.new(
login: 'admin',
firstname: 'Admin',
lastname: 'User',
mail: 'admin@example.com',
password: 'deinpasswort',
password_confirmation: 'deinpasswort',
admin: true,
status: 1
)
u.save!
But i can´t get into op with this user as well. So any help is welcome.