-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading OpenSlides 4 #196
Comments
I see that some documentation here is missing. Please try the following steps:
|
Hello @normanjaeckel thanks for your advise! However, all commands that you suggest, end up with the error message I provided in my initial post:
Any suggestions? Thanks! |
The error message indicates that the command line manage tool What can you see in Docker's logs? If you started OpenSlides using the default way we described in the README than just try to check if everything is running with |
Hello @normanjaeckel!
Yes, of course!
I've replaced my public IP through a.b.c.d on the above output.
The host is a public IP address, the port is 443 (SSL enabled)
This fails with the same error message :(
I've not seen a documentation on that nor anything on the help pages. How shall I use that and where? Thanks! |
Ah! I found the
So, this works fine. I think I can continue from there, as the Thanks! |
Hi again, migration did now finish:
However, after migration has been done, I still cannot login to OS. After entering my credentials and clicking 'login', there's just a circle moving but nothin happening any more, even after waiting several minutes. |
The console (running just
Does that help? Apart from that, I also am getting tons of messages like:
I guess, that doesn't have anything to do with the login issue, but maybe you have any advise on that, as well? |
For testing purpose I did a completely new and clean install of OS4 and I encounter the same issue regarding not being able to login. I therefore suspect any other issue but nothing related to my migration / my data. Any help would be appreciated! Thanks! |
If I - on purpose - provide wrong credentials to log in, it says:
But providing the correct credentials results in the above described problem. |
Sorry for the late reply. I am not able to test this myself tonight nor am I tomorrow. Wednesday might be better ... |
@ostcar Please have a look at the following error message. What can this be ("autoupdate ... no such host")?
|
@tanjix Please provide your docker-compose.yml so I can check if we have an (undocumented) versioning issue. |
@normanjaeckel here it is. Thanks! |
The problem is, that the client can not connect to the autoupdate service. Instead of showing an error message, it tries again forever. I created an issue in the client repo, that a better error message is shown in the future. This is the relevant part of the error message: If you google that error message, it seems, that many docker users have that issue. For some, it helps to turn of VPN. I also had a simular error in the past and it helped (for some reason) to change the DNS-Server of my host-maschine to '8.8.8.8'. |
Hi @ostcar thanks for advising about the issue!
I am not using VPN on that server
My DNS servers already are on 8.8.8.8 and 8.8.4.4 I also tried adding a line to
None of all these steps helped out. Thanks! |
Since this is a docker issue, I have no idea how to help you. |
@normanjaeckel Any update on this? Thanks! |
Sorry for the late answer. If this is still relevant: You have an old version of the docker-compose.yml. You should create a new one using the latest version of the |
So, what I've done now:
This ends up with:
I assume, there's now an issue with the newly created docker-compose.yml file? Can you please advise and guide me through the correct steps to get this sorted? Thank you! |
@normanjaeckel Any advise please? Thanks for your help! |
Sorry. We recently changed the location of the postgres volume from a path mounted volume to a docker volume (integrated). I think you have to revert this small thing and use your old postgres volume again. Compare the new compose file with your old postgres section.
You will (hopefully) see some differences. Try to use your old postgres section. I am sorry for this undocumented breaking changes and I will issue this to our team to make it better next time. |
@peb-adr Maybe let us discuss this topic when there is some time ... |
Hi Guys!
I recently upgraded my OS4 beta (I didn't note down which version) to OS4 RC version (4.0.0-rc-20221101-a23e23d).
Now, when I'm trying to login to OS with my account, it just keeps loading and after a while, I get a message at the bottom:
"Fehler: Missing 7 migrations to apply."
I assume, some migration work needs to be done (probably on pgsql?). However, I haven't found where and how to do it.
I tried playing around and found something on the openslides command, that says "migration". Trying to run a:
root@ga:~/openslides# ./openslides migrations migrate
ends with:
Error: connecting to gRPC server: creating gRPC client connection with grpc.DialContext(): context deadline exceeded
Could anyone assist in getting this resolved? Thanks!
The text was updated successfully, but these errors were encountered: