CHANGELOG #1
alexandrecuer
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
alexjunk/themis:alpine3.20_emoncms11.7.2
with symlinked modules on stable branch

with symlinked modules on master branch, postprocess goes to version 2.4.8, but even if other modules (backup, sync) seem to be unchanged, there are differences between master and stable versions, this is totally normal, master is dev but it can be tricky as version dont change so often beween master and stable : version can be the same but code is different

NB : when changing from stable to master on symlinked modules (not device or postprocess, only backup and sync), there is a bug because emonScripts run sudo

Anyway we dont need the scripts to run the install.sh
for backup, the config is generated by the emoncms_pre file see
containers/emoncms/alpine_persistent/emoncms_pre.sh
Line 158 in a9872fe
backup : https://github.com/emoncms/backup/blob/master/install.sh
sync : https://github.com/emoncms/sync/blob/master/install.sh
alexjunk/themis:alpine3.19_emoncms11.6.4 and also alpine3.20_emoncms11.6.4
sync module 3.1.7 permits to automatically synchronize feeds from a sensor to another
IF MIGRATING FROM AN EXISTING DATABASE, DONT FORGET TO UPDATE TABLES STRUCTURE
To check your actual structure in command line :
here you have the old structure
go to the admin module and update :
In the container will still throw errors when checking the service existence because the PHP code expects a systemd service, but the syncing process will work
alexjunk/themis:alpine3.18_emoncms11.4.7
alexjunk/themis:alpine3.16_emoncms11.3.24
Beta Was this translation helpful? Give feedback.
All reactions