Page MenuHomeSoftware Heritage

webapp: use replica as main database on production
ClosedPublic

Authored by vsellier on Mar 18 2021, 3:05 PM.

Details

Summary

Related to T3115

Test Plan
*** Running octocatalog-diff on host moma.softwareheritage.org
I, [2021-03-18T15:03:57.363395 #2634]  INFO -- : Catalogs compiled for moma.softwareheritage.org
I, [2021-03-18T15:04:01.974666 #2634]  INFO -- : Diffs computed for moma.softwareheritage.org
diff origin/production/moma.softwareheritage.org current/moma.softwareheritage.org
*******************************************
  File[/etc/softwareheritage/deposit/server.yml] =>
   parameters =>
     content =>
      @@ -4,9 +4,9 @@
         cls: remote
         url: http://saatchi.internal.softwareheritage.org:5008/
      -storage_metadata:
      +storage:
         cls: remote
         args:
           url: http://localhost:5002/
      -storage:
      +storage_metadata:
         cls: remote
         args:
      @@ -22,4 +22,5 @@
         media_root: "/srv/storage/space/swh-deposit/uploads/"
       extraction_dir: "/tmp/swh-deposit/archive/"
      +swh_authority_url: https://deposit.softwareheritage.org/
       allowed_hosts:
       - deposit.softwareheritage.org
*******************************************
  File[/etc/softwareheritage/storage/storage.yml] =>
   parameters =>
     content =>
      @@ -3,5 +3,5 @@
         cls: local
         args:
      -    db: host=db.internal.softwareheritage.org port=5432 user=swhstorage dbname=softwareheritage
      +    db: host=somerset.internal.softwareheritage.org port=5432 user=swhstorage dbname=softwareheritage
             password=swh::deploy::storage::db::password
           objstorage:
*** End octocatalog-diff on moma.softwareheritage.org

Diff Detail

Repository
rSPSITE puppet-swh-site
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.