[GH-ISSUE #589] Can not update to 0.4.3 #216

Closed
opened 2026-02-27 08:15:55 +03:00 by kerem · 2 comments
Owner

Originally created by @Hobbabobba on GitHub (May 20, 2023).
Original GitHub issue: https://github.com/lldap/lldap/issues/589

At the moment i use the image nitnelave/lldap:latest-alpine and my logs says

> Setup permissions..
> Starting lldap..
Loading configuration from /data/lldap_config.toml
2023-05-20T20:14:03.336539288+00:00  INFO     set_up_server [ 3.57ms | 100.00% ]
2023-05-20T20:14:03.336556290+00:00  INFO     ┝━ i [info]: Starting LLDAP version 0.5.0-alpha
2023-05-20T20:14:03.342826108+00:00  INFO     ┝━ i [info]: Starting the LDAP server on port 3890
2023-05-20T20:14:03.363937084+00:00  INFO     ┕━ i [info]: Starting the API/web server on port 17170
2023-05-20T20:14:03.364238906+00:00  INFO     i [info]: starting 1 workers
2023-05-20T20:14:03.364284427+00:00  INFO     i [info]: Actix runtime found; starting in Actix runtime
2023-05-20T20:14:03.369925990+00:00  INFO     i [info]: DB Cleanup Cron started
2023-05-20T20:14:13.932180855+00:00  INFO     LDAP session [ 204ms | 0.14% / 100.00% ]
2023-05-20T20:14:13.932310113+00:00  INFO     ┝━ LDAP request [ 202ms | 99.03% ]
2023-05-20T20:14:14.135293593+00:00  INFO     ┝━ LDAP request [ 1.01ms | 0.49% ]
2023-05-20T20:14:14.183826869+00:00  INFO     ┝━ LDAP request [ 700µs | 0.34% ]
2023-05-20T20:14:14.189658698+00:00  INFO     ┕━ LDAP request [ 2.84µs | 0.00% ]

The GUI says "LLDAP version 0.4.2"

When i try to update to image nitnelave/lldap:v0.4.3-alpine my log says

> Setup permissions..
> Starting lldap..
Loading configuration from /data/lldap_config.toml
2023-05-20T20:25:48.935103175+00:00  INFO     set_up_server [ 624µs | 100.00% ]
2023-05-20T20:25:48.935124237+00:00  INFO     ┕━ i [info]: Starting LLDAP version 0.4.3
2023-05-20T20:25:48.937932639+00:00  ERROR    🚨 [error]: Could not bring up the servers: while creating the tables: DB version downgrading is not supported
2023-05-20T20:25:48.937998392+00:00  INFO     i [info]: End.

How can i update to the new image? Esp. https://github.com/lldap/lldap/issues/512 would be nice to fix.

Originally created by @Hobbabobba on GitHub (May 20, 2023). Original GitHub issue: https://github.com/lldap/lldap/issues/589 At the moment i use the image `nitnelave/lldap:latest-alpine` and my logs says ``` > Setup permissions.. > Starting lldap.. Loading configuration from /data/lldap_config.toml 2023-05-20T20:14:03.336539288+00:00 INFO set_up_server [ 3.57ms | 100.00% ] 2023-05-20T20:14:03.336556290+00:00 INFO ┝━ i [info]: Starting LLDAP version 0.5.0-alpha 2023-05-20T20:14:03.342826108+00:00 INFO ┝━ i [info]: Starting the LDAP server on port 3890 2023-05-20T20:14:03.363937084+00:00 INFO ┕━ i [info]: Starting the API/web server on port 17170 2023-05-20T20:14:03.364238906+00:00 INFO i [info]: starting 1 workers 2023-05-20T20:14:03.364284427+00:00 INFO i [info]: Actix runtime found; starting in Actix runtime 2023-05-20T20:14:03.369925990+00:00 INFO i [info]: DB Cleanup Cron started 2023-05-20T20:14:13.932180855+00:00 INFO LDAP session [ 204ms | 0.14% / 100.00% ] 2023-05-20T20:14:13.932310113+00:00 INFO ┝━ LDAP request [ 202ms | 99.03% ] 2023-05-20T20:14:14.135293593+00:00 INFO ┝━ LDAP request [ 1.01ms | 0.49% ] 2023-05-20T20:14:14.183826869+00:00 INFO ┝━ LDAP request [ 700µs | 0.34% ] 2023-05-20T20:14:14.189658698+00:00 INFO ┕━ LDAP request [ 2.84µs | 0.00% ] ``` The GUI says "LLDAP version 0.4.2" When i try to update to image `nitnelave/lldap:v0.4.3-alpine` my log says ``` > Setup permissions.. > Starting lldap.. Loading configuration from /data/lldap_config.toml 2023-05-20T20:25:48.935103175+00:00 INFO set_up_server [ 624µs | 100.00% ] 2023-05-20T20:25:48.935124237+00:00 INFO ┕━ i [info]: Starting LLDAP version 0.4.3 2023-05-20T20:25:48.937932639+00:00 ERROR 🚨 [error]: Could not bring up the servers: while creating the tables: DB version downgrading is not supported 2023-05-20T20:25:48.937998392+00:00 INFO i [info]: End. ``` How can i update to the new image? Esp. https://github.com/lldap/lldap/issues/512 would be nice to fix.
kerem closed this issue 2026-02-27 08:15:55 +03:00
Author
Owner

@nitnelave commented on GitHub (May 21, 2023):

I think it's just a matter of caching for the frontend. That or I forgot to
update the frontend version. But now you are on the 0.5.0-alpha.

On Sun, 21 May 2023, 05:28 Hobbabobba, @.***> wrote:

At the moment i use the image nitnelave/lldap:latest-alpine and my logs
says

Setup permissions..
Starting lldap..
Loading configuration from /data/lldap_config.toml
2023-05-20T20:14:03.336539288+00:00 INFO set_up_server [ 3.57ms | 100.00% ]
2023-05-20T20:14:03.336556290+00:00 INFO ┝━ i [info]: Starting LLDAP version 0.5.0-alpha
2023-05-20T20:14:03.342826108+00:00 INFO ┝━ i [info]: Starting the LDAP server on port 3890
2023-05-20T20:14:03.363937084+00:00 INFO ┕━ i [info]: Starting the API/web server on port 17170
2023-05-20T20:14:03.364238906+00:00 INFO i [info]: starting 1 workers
2023-05-20T20:14:03.364284427+00:00 INFO i [info]: Actix runtime found; starting in Actix runtime
2023-05-20T20:14:03.369925990+00:00 INFO i [info]: DB Cleanup Cron started
2023-05-20T20:14:13.932180855+00:00 INFO LDAP session [ 204ms | 0.14% / 100.00% ]
2023-05-20T20:14:13.932310113+00:00 INFO ┝━ LDAP request [ 202ms | 99.03% ]
2023-05-20T20:14:14.135293593+00:00 INFO ┝━ LDAP request [ 1.01ms | 0.49% ]
2023-05-20T20:14:14.183826869+00:00 INFO ┝━ LDAP request [ 700µs | 0.34% ]
2023-05-20T20:14:14.189658698+00:00 INFO ┕━ LDAP request [ 2.84µs | 0.00% ]

The GUI says "LLDAP version 0.4.2"

When i try to update to image nitnelave/lldap:v0.4.3-alpine my log says

Setup permissions..
Starting lldap..
Loading configuration from /data/lldap_config.toml
2023-05-20T20:25:48.935103175+00:00 INFO set_up_server [ 624µs | 100.00% ]
2023-05-20T20:25:48.935124237+00:00 INFO ┕━ i [info]: Starting LLDAP version 0.4.3
2023-05-20T20:25:48.937932639+00:00 ERROR 🚨 [error]: Could not bring up the servers: while creating the tables: DB version downgrading is not supported
2023-05-20T20:25:48.937998392+00:00 INFO i [info]: End.

How can i update to the new image? Esp. #512
https://github.com/lldap/lldap/issues/512 would be nice to fix.


Reply to this email directly, view it on GitHub
https://github.com/lldap/lldap/issues/589, or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAGCPWKZ3PJAXMDCGAXAOMTXHESO5ANCNFSM6AAAAAAYI54IUY
.
You are receiving this because you are subscribed to this thread.Message
ID: @.***>

<!-- gh-comment-id:1556048963 --> @nitnelave commented on GitHub (May 21, 2023): I think it's just a matter of caching for the frontend. That or I forgot to update the frontend version. But now you are on the 0.5.0-alpha. On Sun, 21 May 2023, 05:28 Hobbabobba, ***@***.***> wrote: > At the moment i use the image nitnelave/lldap:latest-alpine and my logs > says > > > Setup permissions.. > > Starting lldap.. > Loading configuration from /data/lldap_config.toml > 2023-05-20T20:14:03.336539288+00:00 INFO set_up_server [ 3.57ms | 100.00% ] > 2023-05-20T20:14:03.336556290+00:00 INFO ┝━ i [info]: Starting LLDAP version 0.5.0-alpha > 2023-05-20T20:14:03.342826108+00:00 INFO ┝━ i [info]: Starting the LDAP server on port 3890 > 2023-05-20T20:14:03.363937084+00:00 INFO ┕━ i [info]: Starting the API/web server on port 17170 > 2023-05-20T20:14:03.364238906+00:00 INFO i [info]: starting 1 workers > 2023-05-20T20:14:03.364284427+00:00 INFO i [info]: Actix runtime found; starting in Actix runtime > 2023-05-20T20:14:03.369925990+00:00 INFO i [info]: DB Cleanup Cron started > 2023-05-20T20:14:13.932180855+00:00 INFO LDAP session [ 204ms | 0.14% / 100.00% ] > 2023-05-20T20:14:13.932310113+00:00 INFO ┝━ LDAP request [ 202ms | 99.03% ] > 2023-05-20T20:14:14.135293593+00:00 INFO ┝━ LDAP request [ 1.01ms | 0.49% ] > 2023-05-20T20:14:14.183826869+00:00 INFO ┝━ LDAP request [ 700µs | 0.34% ] > 2023-05-20T20:14:14.189658698+00:00 INFO ┕━ LDAP request [ 2.84µs | 0.00% ] > > The GUI says "LLDAP version 0.4.2" > > When i try to update to image nitnelave/lldap:v0.4.3-alpine my log says > > > Setup permissions.. > > Starting lldap.. > Loading configuration from /data/lldap_config.toml > 2023-05-20T20:25:48.935103175+00:00 INFO set_up_server [ 624µs | 100.00% ] > 2023-05-20T20:25:48.935124237+00:00 INFO ┕━ i [info]: Starting LLDAP version 0.4.3 > 2023-05-20T20:25:48.937932639+00:00 ERROR 🚨 [error]: Could not bring up the servers: while creating the tables: DB version downgrading is not supported > 2023-05-20T20:25:48.937998392+00:00 INFO i [info]: End. > > How can i update to the new image? Esp. #512 > <https://github.com/lldap/lldap/issues/512> would be nice to fix. > > — > Reply to this email directly, view it on GitHub > <https://github.com/lldap/lldap/issues/589>, or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAGCPWKZ3PJAXMDCGAXAOMTXHESO5ANCNFSM6AAAAAAYI54IUY> > . > You are receiving this because you are subscribed to this thread.Message > ID: ***@***.***> >
Author
Owner

@Hobbabobba commented on GitHub (May 21, 2023):

You were right. After i cleaned the browser cache everything is working!

<!-- gh-comment-id:1556100091 --> @Hobbabobba commented on GitHub (May 21, 2023): You were right. After i cleaned the browser cache everything is working!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#216
No description provided.