[PR #934] [MERGED] feat!(config): store sqlite file relative to rootpath #4541

Closed
opened 2026-04-16 13:07:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/934
Author: @kolaente
Created: 6/13/2025
Status: Merged
Merged: 6/13/2025
Merged by: @kolaente

Base: mainHead: codex/update-sqlite-database-path-handling


📝 Commits (1)

  • dd3d9fb fix: remove redundant sqlite default path

📊 Changes

2 files changed (+5 additions, -3 deletions)

View changed files

📝 pkg/config/config.go (+1 -1)
📝 pkg/db/db.go (+4 -2)

📄 Description

Resolves https://github.com/go-vikunja/vikunja/issues/896

Summary

  • make sqlite database path relative to service.rootpath
  • update default database path
  • remove redundant fallback

Testing

  • mage lint:fix

https://chatgpt.com/codex/tasks/task_e_684bc25cd0e0832287406c8b81ef107a


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/934 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/13/2025 **Status:** ✅ Merged **Merged:** 6/13/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/update-sqlite-database-path-handling` --- ### 📝 Commits (1) - [`dd3d9fb`](https://github.com/go-vikunja/vikunja/commit/dd3d9fb38e0165022559679bd52c5fab8cf25c7e) fix: remove redundant sqlite default path ### 📊 Changes **2 files changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `pkg/config/config.go` (+1 -1) 📝 `pkg/db/db.go` (+4 -2) </details> ### 📄 Description Resolves https://github.com/go-vikunja/vikunja/issues/896 ## Summary - make sqlite database path relative to `service.rootpath` - update default database path - remove redundant fallback ## Testing - `mage lint:fix` ------ https://chatgpt.com/codex/tasks/task_e_684bc25cd0e0832287406c8b81ef107a --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 13:07:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#4541