Skip to content

Commit

Permalink
updated NOTES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Apr 11, 2024
1 parent 9768648 commit 0685a5f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3020,6 +3020,14 @@ After a few week all stoped runners are invalided so they must be re-configured.
Simply delete the .runner file and invoke the config script again as is described here:
https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners

- Linux:
sudo ./svc.sh stop
mv .runner .runner.bak
./config.sh --url https://github.com/silverqx/TinyORM --token <token_from_GH_settings>
runner name already was in lower case
sudo ./svc.sh start
rm .runner.bak

- !!! (don't delete runner's folder) backup .env and .path (Linux only) before deleting
whole runner's folder
- no need to remove services before re-configuring
Expand All @@ -3037,8 +3045,9 @@ https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted
- deleting build folders eg. after compiler or Qt upgrade
- deleting and re-cloning the vcpkg repo
- the owner must be changed on Windows to NETWORK SERVICE because of git filesystem owner check
- isn't needed often, look on this step in actions (vcpkg-linux/windows.yml files) why it's so:
vcpkg upgrade repository (latest version)
- isn't needed often, look on this step in actions (vcpkg-linux/windows.yml files) why it's so,
step name to search: vcpkg upgrade repository (latest version)
- i'm simply fetching latest changes and doing hard reset on master


Windows Database servers services:
Expand Down

0 comments on commit 0685a5f

Please sign in to comment.