Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Releases: moritzfl/docker-fiduswriter

3.3.8

02 Jan 09:06
175bd9e
Compare
Choose a tag to compare

see Docker Hub

for a changelog head over to Fiduswriter-Releases

3.3.7

19 Dec 20:25
dfb89b7
Compare
Choose a tag to compare

see Docker Hub

for a changelog head over to Fiduswriter-Releases

3.3.6

19 Nov 09:22
d72d9ed
Compare
Choose a tag to compare

see Docker Hub

for a changelog head over to Fiduswriter-Releases

3.3.5

03 Nov 06:35
b5a7b43
Compare
Choose a tag to compare

see Docker Hub

for a changelog head over to Fiduswriter-Releases

3.3.4

02 Nov 16:50
7707dec
Compare
Choose a tag to compare

see Docker Hub

for a changelog head over to Fiduswriter-Releases

3.3.3

19 Oct 09:43
Compare
Choose a tag to compare

see Docker Hub

for a changelog head over to Fiduswriter-Releases

3.3.2

16 Oct 06:36
Compare
Choose a tag to compare

see Docker Hub

for a changelog head over to Fiduswriter-Releases

3.3.1

16 Oct 05:10
Compare
Choose a tag to compare

see Docker Hub

for a changelog head over to Fiduswriter-Releases

3.3.0

12 Oct 18:52
Compare
Choose a tag to compare

see Docker Hub

for a changelog head over to Fiduswriter-Releases

When migrating from an earlier versions do the following:

  • Backup your data (hopefully you do that already anyways)
  • Upgrade first to version 3.2.2.
  • On your Fidus Writer installation, go to /admin/maintenance/ (eg. http://example.com/admin/maintenance), click the button and wait until the button text reads "all documents and revisions updated!"
  • Upgrade to this version (3.3.0)
  • attach the container to your terminal and run "./manage.py migrate" followed by "./manage.py transpile"
  • Go to /admin/maintenance/ a second time, click the button and wait until the button text reads "all documents and revisions updated!"

Note: You need to haven an administrative account on your installation for invoking the migration.

You can create an administrative account for fiduswriter by attaching the container to your terminal and issuing the following command:

$ ./manage.py createsuperuser

3.3.0-rc.17

07 Oct 08:13
Compare
Choose a tag to compare

see Docker Hub

for a changelog head over to Fiduswriter-Releases

When migrating from an earlier versions do the following:

  • Backup your data (hopefully you do that already anyways)
  • Upgrade first to version 3.2.2.
  • On your Fidus Writer installation, go to /admin/maintenance/ (eg. http://example.com/admin/maintenance), click the button and wait until the button text reads "all documents and revisions updated!"
  • Upgrade to this version (3.3.0-rc.17)
  • attach the container to your terminal and run "./manage.py migrate" followed by "./manage.py transpile"
  • Go to /admin/maintenance/ a second time, click the button and wait until the button text reads "all documents and revisions updated!"

Note: You need to haven an administrative account on your installation for invoking the migration.

You can create an administrative account for fiduswriter by attaching the container to your terminal and issuing the following command:

$ ./manage.py createsuperuser