[SAC] [OSGeo] #2740: Pretalx updates

OSGeo trac_osgeo at osgeo.org
Sat Mar 19 23:22:52 PDT 2022


#2740: Pretalx updates
---------------------------+----------------------------------------
 Reporter:  lucadelu       |       Owner:  sac@…
     Type:  task           |      Status:  closed
 Priority:  major          |   Milestone:  Sysadmin Contract 2022-II
Component:  Systems Admin  |  Resolution:  fixed
 Keywords:  pretalx        |
---------------------------+----------------------------------------
Changes (by robe):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Done.

 The docker setup is composed of 3 containers:

 1) pretalx (only one I updated)
 2) mysql
 3) redis


 The data is stored in docker volumes and setup config in a folder so is
 not gone when we swap out the images

 The staging has different data from production (osgeo3-pretalx) and
 staging is on a completely different server (its on osgeo4-pretalx-
 staging). I use staging to build the docker images and then push it to
 repo.osgeo.org (our local docker registry).


 Then on production I pull down the latest built image from our local
 docker registry and then run.


 Steps are

 {{{
 #this is needed because takes a bit for things to start up
 export COMPOSE_HTTP_TIMEOUT=100
 docker pull docker.osgeo.org/sac/pretalx-osgeo:latest
 docker-compose down
 docker-compose up -d
 docker-compose logs -f # to monitor things are running okay
 }}}

 hope that clarifies things

-- 
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2740#comment:4>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Sac mailing list