Created
March 25, 2018 00:19
-
-
Save ross-spencer/262368bfea7550ab3c28d6996a10bc89 to your computer and use it in GitHub Desktop.
Difficulties updating FPR admin in Docker Install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ross-spencer@artefactual:~/git/artefactual-labs/am/src/archivematica:$ git branch | |
dev/am-labs-issue-38-rename-defaults | |
dev/fix-mcpclient-tests | |
dev/give-up-on-fpr-server | |
dev/issue-882-install-mediaconch-docker | |
dev/issue-898-clamav-fails-with-diacritics | |
dev/issue-966-mediaconch-verbosity-issue | |
* qa/1.x | |
stable/1.7.x | |
ross-spencer@artefactual:~/git/artefactual-labs/am/src/archivematica:$ git log | |
commit 253a998c40b789ef79aab3fb77dfc39b76a27e1e (HEAD -> qa/1.x, origin/qa/1.x, origin/dev/issue-1006-update-mediaconch-18.03) | |
Author: Joel Dunham <[email protected]> | |
Date: Thu Mar 22 11:16:57 2018 -0700 | |
MCPClient: update MediaConch to v.18.03 | |
commit 93738b26cba5176fd6ee64dcd3104b4a0eb4b4fc | |
Author: Jesús García Crespo <[email protected]> | |
Date: Wed Mar 21 09:42:31 2018 -0700 | |
MCPServer: update processig configs | |
This is in preparation for the v1.7 release. | |
See issue #993 for more details. | |
archivematica@5f336c31ce60:/src/dashboard/src$ python manage.py migrate | |
Operations to perform: | |
Synchronize unmigrated apps: django_forms_bootstrap, staticfiles, messages, webdesign, accounts, installer, mcp | |
Apply all migrations: sessions, administration, tastypie, auth, contenttypes, fpr, longerusername, main | |
Synchronizing apps without migrations: | |
Creating tables... | |
Running deferred SQL... | |
Installing custom SQL... | |
Running migrations: | |
No migrations to apply. | |
-- | |
ross-spencer@artefactual:~/git/artefactual-labs/am/src/archivematica-storage-service:$ git log | |
commit cc6a11da31cbe87dcd4ce3177e22152e11c764ee (HEAD -> qa/0.x, origin/qa/0.x) | |
Author: José Raddaoui Marín <[email protected]> | |
Date: Thu Dec 28 18:19:13 2017 +0100 | |
API: Fix package location filtering | |
commit 16c33bdbf183835a9cfb35e29765b3efaa3aff28 | |
Author: Hector Akamine <[email protected]> | |
Date: Fri Mar 9 10:58:50 2018 -0800 | |
Delete temporary tar file for uncompressed AIP | |
When an uncompressed AIP is downloaded, a temporary .tar file for it | |
is created. Delete the temporary file after downloaded. | |
-- | |
ross-spencer@artefactual:~/git/artefactual-labs/am/compose:$ sudo docker-compose exec archivematica-storage-service bash | |
archivematica@7b0c73cfa048:/src/storage_service$ ls | |
administration __init__.py locations pytest.ini storage_service | |
common locale manage.py static templates | |
archivematica@7b0c73cfa048:/src/storage_service$ python manage.py migrate | |
Operations to perform: | |
Synchronize unmigrated apps: staticfiles, messages, common | |
Apply all migrations: sessions, admin, tastypie, administration, locations, auth, sites, contenttypes, longerusername | |
Synchronizing apps without migrations: | |
Creating tables... | |
Running deferred SQL... | |
Installing custom SQL... | |
Running migrations: | |
No migrations to apply. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment