Home Artists Posts Import Register

Content

Release 2.5.0.18 of the Dungeon Masters Vault Server for win64 is available.

  • Add new character sheet - Alternate version (Thanks to Jessie) 
  • Fix Imprisonment Spell 
  • Added EMAIL_FROM_ADDRESS and SIGNATURE environment variables
  • Implement new roll buttons - compact edition
  • Fixes for Mobile layouts

 If this is a brand new install you can skip these steps.  Jump to New Install

Upgrading? YOU MUST BACKUP
your database before proceeding!
(you should probably do this anyways right?)

Upgrading:

Stop All Orcpub Services.
Go to Start -> Run -> Services.msc

Stop these services:

Orcpub_Server_win64 Database
Orcpub_Server_win64 JRE
Orcpub_Server_win64 ngnix webserver
(and if you have it) Orcpub_Server_smtpserver

Backup your database

Copy your database out of your install directory to some place safe.  Default location is:

C:\Program Files\Orcpub\datomic\data\db\datomic.h2.db

Copy it to c:\tmp\db\datomic.h2.db 

Uninstall your current version - DO NOT do this unless you have backed up your database and want to start over.

Run the uninstaller found here: 

 C:\Program Files\Orcpub\uninstall.exe

Perform the New Installs below then come back and finish the next steps

Stop these services:

DMV_Server_win64 Database
DMV_Server_win64 JRE
DMV_Server_win64 Ngnix webserver
(and if you have it) DMV_Server_smtpserver

Restore your database

Copy c:\tmp\db\datomic.h2.db
to  
C:\Program Files\DungeonMastersVault\datomic\data\db\datomic.h2.db 

Overwrite the current  datomic.h2.db with your backup.

Start the following Services:

DMV_Server_win64 Database
DMV_Server_win64 JRE
DMV_Server_win64 Ngnix webserver
(and if you have it) DMV_Server_smtpserver

You are now upgraded.

(find the latest post in win32-releases for the latest download)

Patrons can get support via the Discord #patrons-lounge
https://discord.gg/uv5vXhk

Comments

Anonymous

Is there a non-windows docker or installation path? I have had trouble finding this.

DungeonMastersVault

Docker installations can be found with the source code https://github.com/orcpub/orcpub

Anonymous

thanks.