Skip to content

Releases: ovk/silverbox

Release v1.3.4

29 Oct 14:56
@ovk ovk
d923f96
Compare
Choose a tag to compare
Update to version 1.3.4

Release v1.3.3

15 Sep 01:32
@ovk ovk
0f06fcf
Compare
Choose a tag to compare
Update to version 1.3.3

Release v1.3.2

29 May 15:24
@ovk ovk
e5a7fc4
Compare
Choose a tag to compare
Update to version 1.3.1

Release v1.3.1

27 Mar 14:24
@ovk ovk
a4cdee2
Compare
Choose a tag to compare
Update to version 1.3.1

Release v1.3.0

10 Jan 02:09
@ovk ovk
c35f7e3
Compare
Choose a tag to compare
  • Update Docker images [0a92490]

    • Update Nextcloud to 23.0.0 and PostgreSQL to 14.1
      Note that due to major version upgrade for PostgreSQL manual DB conversion is required:

      • Stop Nextcloud completely and backup its database by making a copy of /src/nextcloud/db directory.
      • Start nextcloud-db container and create a DB dump:
        $ sudo docker exec -i nextcloud-db pg_dumpall --username nextcloud --clean > nextcloud_db.sql
      • Stop nextcloud-db container, edit Nextcloud Docker Compose file and update the DB image to 14.1
      • Delete everythin inside /srv/nextcloud/db directory
      • Start the new nextcloud-db container using Docker Compose
      • Restore the DB from the dump:
        $ sudo docker exec -i nextcloud-db psql --username nextcloud nextcloud < nextcloud_db.sql
      • After the restore completes, stop the nextcloud-db container and replace host auth method back to md5 by editing /srv/nextcloud/db/pg_hba.conf file:
        host all all all md5
      • Start all Nextcloud containers
    • Update Firefly III to 5.5.13 and PostgreSQL to 14.1
      Note that due to major version upgrade for PostgreSQL manual DB conversion is required:

      • Stop firefly-app and firefly-db containers and backup the database by making a copy of /srv/firefly/db directory.
      • Start firefly-db container and create a DB dump:
        $ sudo docker exec -i firefly-db pg_dumpall --username firefly --clean > firefly_db.sql
      • Stop firefly-db container, edit Firefly Docker Compose file and update the DB image to 14.1
      • Delete everythin inside /srv/firefly/db directory
      • Start the new firefly-db container using Docker Compose
      • Restore the DB from the dump:
        $ sudo docker exec -i firefly-db psql --username firefly firefly < firefly_db.sql
      • After the restore completes, stop the firefly-db container and replace host auth method back to md5 by editing /srv/firefly/db/pg_hba.conf file:
        host all all all md5
      • Start all Firefly containers
  • Update to Docker Compose v2 [7323225]
    Note that Docker compose v2 command is 'docker compose' as opposed to 'docker-compose'.
    There are few places in the document where 'docker-compose' needs to be manually replaced with the 'docker compose'
    (for example, in systemctl units for starting up containers).
    The easiest way to find these places is to search for the 'docker compose' string.

Release v1.2.5

15 Apr 23:52
@ovk ovk
d73b7b7
Compare
Choose a tag to compare
Update to version 1.2.5

Release v1.2.4

14 Mar 13:57
@ovk ovk
397c2a3
Compare
Choose a tag to compare
Update to version 1.2.4

Release v1.2.3

12 Feb 01:03
@ovk ovk
cc3c6ce
Compare
Choose a tag to compare
Update to version 1.2.3

Release v1.2.2

29 Nov 15:48
@ovk ovk
7439dae
Compare
Choose a tag to compare
Update to version 1.2.2

Release v1.2.1

22 Nov 17:59
@ovk ovk
1d96328
Compare
Choose a tag to compare
Update to version 1.2.1