Files
winsw/docs/migrate-to-3-x.md
Next Turn 1b2365a99a Revise docs for 3.0.0-alpha.2 (#594)
* Update links

* Remove `<waithint>` and `<sleeptime>`

* Create cli-commands.md

* Update migrate-to-3-x.md

* Update the Usage section

* Fix broken link

* Add `--force` to `stop` and `restart`

* CAUTION

* WIP Add extra steps

* Split removals

* Update additional commands

* Update cli-commands.md

* Update README.md

* Update README.md

* NOTE

* Update copyright texts

* Temporarily skip failing test

* Suggest using command-line options
2020-07-28 08:35:18 +08:00

572 B

Migrate to 3.x

Automatic migration

TODO

Manual migration

  1. Remove <stopparentprocessfirst>.
  2. Merge <domain>DomainName</domain> and <user>UserName</user> into <username>DomainName\UserName</username>. If the user account belongs to the built-in domain, you can specify <username>.\UserName</username>.
    • Consider removing <username> and <password> from config file and using <prompt> in interactive context, or --username and --password command-line options in non-interactive context.
  3. Remove <waithint>.
  4. Remove <sleeptime>.