LarryJoy

Results 16 comments of LarryJoy

matmair, I got ahead of myself and I have Ubuntu version 22.04 as my OS--NOT 24.02 (don't know where I got that). The following is from issue 7633: Note that...

Ok Oliver, The first problem is the first instruction: "This guide assumes that you have already installed [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/). If you have not yet installed Docker, please refer...

The commands 'docker --version' and 'docker compose version' came back with good information. I ended up using the 'wget' command and then checking that the ".env" file had been downloaded...

I went back to the previous command: 'docker compose run --rm inventree-server invoke update' and this is what I got: "larry@larry-MS-7693:~/MyInventory$ invoke update" "Can't find any collection named 'tasks'!" "larry@larry-MS-7693:~/MyInventory$...

This is quite extensive but here I go. To start at the top i ran the following: ``` larry@larry-MS-7693:~~~~/MyInventory$ docker --version Docker version 27.0.3, build 7d4bcd8 larry@larry-MS-7693:~~/MyInventory$ docker compose version...

Okay Oliver, here it is: > larry@larry-MS-7693:~/MyInventory$ cat docker-compose.yml ``` version: "3.8" # Docker compose recipe for a production-ready InvenTree setup, with the following containers: # - PostgreSQL as the...

Ok Oliver, I was able to use nano and change the image: postgres:14 to image: postgres:13 as the following indicates: services: # Database service # Use PostgreSQL as the database...

Sorry Oliver, you lost me. What do you mean by "refer to the hint from (myself) in a comment above. Am I running the commands in the proper order? If...

Here is what I got when I ran the terminal command at my /home/larry/MyInventory directory: larry@larry-MS-7693:~/MyInventory$ sudo docker compose run --rm inventree-server invoke update [sudo] password for larry: WARN[0000] /home/larry/MyInventory/docker-compose.yml:...

Hello Oliver, I tried the following and maybe this is the problem: larry@larry-MS-7693:~$ sudo apt update && sudo apt upgrade Hit:1 http://us.archive.ubuntu.com/ubuntu jammy InRelease Hit:2 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:3 http://security.ubuntu.com/ubuntu...