-
Notifications
You must be signed in to change notification settings - Fork 61
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
Containers are not Pulling #753
Comments
I’ll take a look at docker hub momentarily - but what do you see if you run |
Thanks for the quick reply. Here is the info:
|
Yeah, the i386 images should work then (though I would recommend migrating to a 64 bit build if your hardware is capable of it). I can see the images are available on Docker Hub so there shouldn’t be any issue pulling them. Can you see if you get any errors if you pull the image manually? To do so, just run |
The laptop I'm currently using is a first gen Atom CPU, so no go for 64bit. I do have a Raspberry Pi 3B that I was saving for another project that I could put 64bit Raspbian on. However, if I do this is there any way to migrate all the fermentrack data that is on the old device? The manual pull did work
|
I just tried to run the install script again and it seems to progress a bit further. However the
|
OK cool - that's a start! Let's pull the rest of the images from Docker Hub manually, then reattempt the install.sh script:
Those 4 are the base images that you need to be able to build the stack for Fermentrack. Assuming you have no errors from pulling those 3 additional images, re-run install.sh and it should hopefully all work. If it doesn't, try running One thing to note -- You mentioned deleting your |
The docker pulls told me that they were up to date, but it still gets stuck at I did not backup the |
Yeah — it can’t log into Postgres is why that’s the case. You have a couple of options here: Scorched earth: You can delete your volumes (or just the Postgres volume) and start fresh. If you run Slightly less scorched earth: Your log files (CSVs) are backed up in the fermentrack_data directory which should be somewhere like /lib/docker/data or something like that. I can get you an exact file path later. You won’t be able to view them in Fermentrack since the database entries aren’t there, but if you want the CSVs they will be available. Try changing the Postgres passwords: There is supposedly a way that you can create a new Postgres user and change its password using docker commands. I haven’t done this, but I can try to help figure this out. Unfortunately, this may have to wait a bit as I’m currently traveling but it might be an option to recover your data. |
Well in the end I'm giving up on the laptop running Raspbian and switched over to the RPi 3B running a 64 bit OS. The installation worked perfectly. I also managed to backup my CSV files for future reference. Thanks again for he prompt responses! |
I have been using Fermentrack on an older i386 laptop running Raspbian Bister. I had originally installed the docker version back when it was on its own branch. A few days ago I finally caved to the GUI notification to update via git. The update was successful, but then I got a message that I needed to upgrade fermentrack-tools following the info in issue #727. This initially failed because I still had the docker branch checked out. I switched branches to master and things seem to have progressed better. However, now I'm faced with the following error pulling the containers and the script seems to just hang here:
I have tried the following to resolve the issue:
I always get the same problems with the postgres, redis, and nginx containers and fermentrack fails to install. Is there something that I am missing?
Thanks
The text was updated successfully, but these errors were encountered: