[PR #4953] [MERGED] 🐛 Fixing docker edge #5678

Closed
opened 2026-02-28 21:16:36 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4953
Author: @MikesGlitch
Created: 5/6/2025
Status: Merged
Merged: 5/6/2025
Merged by: @MikesGlitch

Base: masterHead: fix/build-dir-reference


📝 Commits (2)

  • 5522d1b instead of referencing the build dir directly reference using relative path
  • 3580130 release notes

📊 Changes

2 files changed (+11 additions, -2 deletions)

View changed files

📝 packages/sync-server/src/migrations.js (+5 -2)
upcoming-release-notes/4953.md (+6 -0)

📄 Description

Referencing the migrations relatively so the app doesn't need to know what folder it has been built to.

This is an alternative approach to: https://github.com/actualbudget/actual/pull/4952 . I think they'll both do the job, but removing references to the build folder is ideal.


🔄 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/actualbudget/actual/pull/4953 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 5/6/2025 **Status:** ✅ Merged **Merged:** 5/6/2025 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `fix/build-dir-reference` --- ### 📝 Commits (2) - [`5522d1b`](https://github.com/actualbudget/actual/commit/5522d1b98acc4c4dc86ffa4198305798112e69eb) instead of referencing the build dir directly reference using relative path - [`3580130`](https://github.com/actualbudget/actual/commit/358013068e80155222d328b6887354b81d2fdf43) release notes ### 📊 Changes **2 files changed** (+11 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/src/migrations.js` (+5 -2) ➕ `upcoming-release-notes/4953.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Referencing the migrations relatively so the app doesn't need to know what folder it has been built to. This is an alternative approach to: https://github.com/actualbudget/actual/pull/4952 . I think they'll both do the job, but removing references to the build folder is ideal. --- <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-02-28 21:16:36 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5678