Welcome to the Linux Foundation Forum!
Chapter 10 Launching a Multi-Service Application with Docker Compose, Grafana fails to start
jacqueminv
Posts: 12
Hi all,
I'm in chapter 10 Launching a Multi-Service Application with Docker Compose and try to launch the stack defined in prometheus/docker-compose.yml unfortunately I keep getting an error with grafana, it's unable to perform a migration:
logger=settings t=2024-03-28T05:31:29.442497719Z level=info msg="App mode production" logger=sqlstore t=2024-03-28T05:31:29.44300826Z level=info msg="Connecting to DB" dbtype=sqlite3 logger=migrator t=2024-03-28T05:31:29.443679232Z level=info msg="Starting DB migrations" logger=migrator t=2024-03-28T05:31:29.444728427Z level=info msg="Executing migration" id="create migration_log table" logger=migrator t=2024-03-28T05:31:29.448246435Z level=error msg="Executing migration failed" id="create migration_log table" error="database or disk is full" duration=3.511123ms logger=migrator t=2024-03-28T05:31:29.448347313Z level=error msg="Exec failed" error="database or disk is full" sql="CREATE TABLE IF NOT EXISTS `migration_log` (\n`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL\n, `migration_id` TEXT NOT NULL\n, `sql` TEXT NOT NULL\n, `success` INTEGER NOT NULL\n, `error` TEXT NOT NULL\n, `timestamp` DATETIME NOT NULL\n);" Error: ✗ migration failed (id = create migration_log table): no such table: migration_log
Did anyone face similar issue?
My setup:
jacqueminv@sre-lab:~/prometheus$ uname -a Linux sre-lab 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux jacqueminv@sre-lab:~/prometheus$ sudo docker version Client: Docker Engine - Community Version: 25.0.3 API version: 1.44 Go version: go1.21.6 Git commit: 4debf41 Built: Tue Feb 6 21:14:17 2024 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 25.0.3 API version: 1.44 (minimum version 1.24) Go version: go1.21.6 Git commit: f417435 Built: Tue Feb 6 21:14:17 2024 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.6.28 GitCommit: ae07eda36dd25f8a1b98dfbf587313b99c0190bb runc: Version: 1.1.12 GitCommit: v1.1.12-0-g51d5e94 docker-init: Version: 0.19.0 GitCommit: de40ad0
0
Best Answer
-
This enabled me to fix my issue: https://packetpushers.net/blog/ubuntu-extend-your-default-lvm-space/
0
Answers
-
Hi @jacqueminv,
I haven't seen that error, and I'm glad you were able to solve it.
Fortunately the error was clear:
error="database or disk is full"
So, it was a bit difficult to fix it as you had LVM, but production systems are known for having it.
Regards,
Luis.0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 766 Linux Foundation IT Professional Programs
- 378 Cloud Engineer IT Professional Program
- 174 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 101 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 4 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 10 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 2 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 796 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 770 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 116 Mobile Computing
- 20 Android
- 81 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 395 Off Topic
- 121 Introductions
- 30 Study Material
- 997 Programming and Development
- 310 Kernel Development
- 669 Software Development
- 1K Software
- 398 Applications
- 182 Command Line
- 5 Compiling/Installing
- 69 Games
- 318 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)