I have a dual instance setup running and it's basically as Tom said, you just upgrade WeeWX as normal. A WeeWX upgrade only upgrades weewx.conf so once the upgrade is done I run the following command on each instance config file (neither of my config files is named weewx.conf - if you do use weewx.conf for one instance then of course it is upgraded as part of the WeeWX upgrade so no need to 'upgrade' it again) to upgrade the instance config files:
$ cd /home/weewx $ ./bin/wee_config instance.conf --dist-config=weewx.conf.X.Y.Z --upgrade I run a setup.py install so for a package install the paths will be different. sudo may also be required depending on your setup. Gary On Thursday, 3 March 2022 at 23:14:26 UTC+10 [email protected] wrote: > Not sure what you're asking. If all instances are using the same code > base, just update the code base. > > On Thu, Mar 3, 2022 at 4:59 AM Joachim Puttkammer <[email protected]> > wrote: > >> How should I proceed with the update for weewx-multi (2 instances)? >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "weewx-user" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/weewx-user/0c64229c-974c-4d8a-acb6-d53b27d2c352n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-user/0c64229c-974c-4d8a-acb6-d53b27d2c352n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/46fadf9f-3959-44cc-ae35-ef611b2f4e5dn%40googlegroups.com.
