Skip to content

Instantly share code, notes, and snippets.

@ltalirz
Created August 10, 2018 10:01
Show Gist options
  • Save ltalirz/bccb4ac8b09a57c85bd0451bd1d46076 to your computer and use it in GitHub Desktop.
Save ltalirz/bccb4ac8b09a57c85bd0451bd1d46076 to your computer and use it in GitHub Desktop.
output of ./script/setup from invenio cookiecutter module
$ ./scripts/setup
Cache cleared
Destroying database postgresql+psycopg2://mc-archive:mc-archive@localhost/mc-archive
Creating database postgresql+psycopg2://mc-archive:mc-archive@localhost/mc-archive
Creating all tables!
[#-----------------------------------] 5% Creating table access_actionssystemroles
[###---------------------------------] 10% Creating table accounts_role
[#####-------------------------------] 15% Creating table accounts_user
[#######-----------------------------] 20% Creating table oaiserver_set
[#########---------------------------] 25% Creating table pidstore_pid
[##########--------------------------] 30% Creating table pidstore_recid
[############------------------------] 35% Creating table records_metadata
[##############----------------------] 40% Creating table records_metadata_version
[################--------------------] 45% Creating table access_actionsroles
[##################------------------] 50% Creating table access_actionsusers
[###################-----------------] 55% Creating table accounts_user_session_activity
[#####################---------------] 60% Creating table accounts_userrole
[#######################-------------] 65% Creating table oauth2server_client
[#########################-----------] 70% Creating table oauthclient_remoteaccount
[###########################---------] 75% Creating table oauthclient_useridentity
[############################--------] 80% Creating table pidstore_redirect
[##############################------] 85% Creating table transaction
[################################----] 90% Creating table userprofiles_userprofile
[##################################--] 95% Creating table oauth2server_token
[####################################] 100% Creating table oauthclient_remotetoken
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
Created all tables!
Destroying indexes...
records-record-v1.0.1 [####################################] 100%
Creating indexes...
records-record-v1.0.1 [####################################] 10records [####################################] 100%
Putting templates...
[####################################] 100%
Indexing queue has been initialized.
Indexing queue has been purged.
Role "admin" created successfully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment