8.0.3 release
This commit is contained in:
@@ -20,10 +20,13 @@ dotnet publish -c Release -o ./../publish/ --no-self-contained -r linux-x64
|
||||
|
||||
2.7) in rockfish.last to remove **ALL** files and folders!! DANGER: /srv/coreapps/rockfish.last# rm * -r
|
||||
|
||||
2.8) BACKUP backup old version and db etc with this command run from /srv/coreapps folder:
|
||||
2.71) STOP rockfish service
|
||||
|
||||
|
||||
systemctl stop kestrel-rockfish.service
|
||||
|
||||
2.8) BACKUP backup old version and db etc with this command:
|
||||
|
||||
in rockfish.last to copy over all current rockfish files and folders:
|
||||
root@ubuntu-s-1vcpu-1gb-amd-sfo3-01:/srv/coreapps/rockfish.last# cp -a ../rockfish/. .
|
||||
|
||||
@@ -35,6 +38,8 @@ If it won't start it's likely the .json config files are not present, copy back
|
||||
3) COPY
|
||||
Copy over to production server, safest is all files from publish into /srv/coreapps/rockfish
|
||||
|
||||
SKIP json files
|
||||
|
||||
.NET Core apps: /srv/coreapps
|
||||
only need the .dll and the wwwroot folder contents,
|
||||
remember not to delete the folders on the server only replace their contents because there are file permissions set
|
||||
|
||||
Reference in New Issue
Block a user