Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Openproject VM Backup

Openproject VM Backup

Added by Pampa Party about 2 months 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.


Loading...