mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 00:26:57 -04:00
More details on upgrade
This commit is contained in:
2
.idea/weewx.iml
generated
2
.idea/weewx.iml
generated
@@ -13,7 +13,7 @@
|
||||
<excludeFolder url="file://$MODULE_DIR$/html_docs" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/build" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="Python 3.7 (weewx)" jdkType="Python SDK" />
|
||||
<orderEntry type="jdk" jdkName="Python 3.11 (weewx-venv11)" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
<component name="PyDocumentationSettings">
|
||||
|
||||
@@ -71,14 +71,14 @@ the user doing the install. However, old installations can continue to use
|
||||
### New location for `user` directory
|
||||
|
||||
This affects users who are using a package installer (such as from Debian or RPM
|
||||
packages).
|
||||
packages). Users who used a `setup.py` install are not affected.
|
||||
|
||||
Previous versions would install any Python code used by extensions alongside
|
||||
other code, usually in `/usr/share/weewx/user`.
|
||||
The package installers for previous versions of WeeWX would install any Python
|
||||
code used by extensions alongside other code, usually in
|
||||
`/usr/share/weewx/user`.
|
||||
|
||||
However, Version 5 strives to keep user data separate from code. This makes
|
||||
backups easier, and allows read-only code areas. The `user` directory is now
|
||||
located with other user data in `/etc/weewx/`, specifically in
|
||||
However, Version 5 strives to keep user data separate from code. The `user`
|
||||
directory is now located with other user data in `/etc/weewx/`, specifically in
|
||||
`/etc/weewx/bin/user`. You will have to either reinstall any extensions, or
|
||||
manually copy over the `user` directory. For example,
|
||||
|
||||
@@ -90,7 +90,8 @@ cp -r /usr/share/weewx/user/ /etc/weewx/bin/
|
||||
### New utilities
|
||||
|
||||
Most of the old utilities have been collected and put under one master utility,
|
||||
`weectl`. This make it easy to use the `--help` option to see what you want.
|
||||
`weectl`. This make it easy to use the `--help` option to see which one you
|
||||
want.
|
||||
|
||||
| Old utility | New utility |
|
||||
|-----------------|--------------------|
|
||||
|
||||
Reference in New Issue
Block a user