Skip to content

Commit

Permalink
Merge pull request #1266 from GSA/init-db
Browse files Browse the repository at this point in the history
init ckan and report db
  • Loading branch information
FuhuXia authored Mar 13, 2024
2 parents 7904e0c + f6d2ae1 commit a781e6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .profile
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,10 @@ echo Running ckan setup commands

if [[ $MIGRATE_DB = 'True' ]]; then
# Run migrations
ckan db init
ckan db upgrade
ckan harvester initdb
ckan report initdb
# ckan archiver init
# ckan report initdb
# ckan qa init
fi

0 comments on commit a781e6b

Please sign in to comment.