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

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. projects are not showing on the website

projects are not showing on the website

Added by Vinod Narayanan almost 11 years ago

We had a power outage on our openproject server and after we powered it on there is only one project that shows online but I see other projects in the postgres sql. How can I recover from this.

openproject=# select name from Projects;
name
———————————————————-
August BCP Test
Network Capture Evaluation
Monitoring Cleanup
VMware Migration
Connections Kill Switch

Thanks,

Vinod N


Replies (4)

RE: projects are not showing on the website - Added by Christian Ratz almost 11 years ago

Hello Vinod,

OpenProject just uses the database as data source so the problem must be related to this and not to OpenProject itself.

- Check the ‘config/database.yml’ if you use the correct database

- Check if you run OpenProject in the correct environment (may be you run OpenProject in development mode and development database is used)
- Are you logged out and you only have one public project

Open a rails console and check the Projects there:

From OpenProject root folder

RAILS_ENV=production bundle exec rails c

In the Rails console

Project.all

Best
Ratzi

RE: projects are not showing on the website - Added by Vinod Narayanan almost 11 years ago

Thanks the database.yml had two production entries for some reason, corrected it and it works fine now. I was a bit worried there.
Is there a backup procedure that I can follow to fall back in case of data corruption

Thanks

RE: projects are not showing on the website - Added by Christian Ratz almost 11 years ago

Hello again,

in case of data corruption you should use the latest database backup ;)

Best
Ratzi

RE: projects are not showing on the website - Added by Vinod Narayanan almost 11 years ago

Is all the data driven through postgressql, I guess I was looking for all the important files and tables so I can schedule a backup

  • (1 - 4/4)
Loading...