You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
I've been testing Acorn and so far, looks really good for me as an individual developer.
However, there's one thing I just can't seem to set up correctly, and that is - to run a MSSQL Server for my project through Acorn.
I specifically chose MSSQL since I already have a project which I was developing for quite some time, so I can't really quickly migrate to another DB provider like MySql or others due to a bunch of dependencies I'd need to adjust.
I tried to just use a public Docker image for these purposes (the one I use in my local env), but without success, I just get the following failure, without any specific messages (I'm aware this may not be the best place to quote it, since it's not strictly Acorn-related), but "undefined".
2024-03-12 22:32:29.46 Server Query Store settings initialized with enabled = 1, 2024-03-12 22:32:29.47 Server The maximum number of dedicated administrator connections for this instance is '1' 2024-03-12 22:32:29.48 Server Node configuration: node 0: CPU mask: 0x000000000000000f:0 Active CPU mask: 0x000000000000000f:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required. 2024-03-12 22:32:29.53 Server Using dynamic lock allocation. Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is an informational message only. No user action is required. undefined
I suspected that maybe I'm having an issue with volume not being set up, but whichever volume class I tried, I got an error message similar to this one: " spec.image: Invalid value: "7ab78896b3bb6ebaff735a553f03fb1b244650471d5b1d4125354e66a00304ec": is not a valid volume class"
Just wanted to check with the community whether someone tried to do the same thing I'm trying, and whether it was successful or not 😄
If you have some inputs on this, or maybe some vague idea why just MSSQL Server wouldn't cooperate, I'd be glad to hear!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone!
I've been testing Acorn and so far, looks really good for me as an individual developer.
However, there's one thing I just can't seem to set up correctly, and that is - to run a MSSQL Server for my project through Acorn.
I specifically chose MSSQL since I already have a project which I was developing for quite some time, so I can't really quickly migrate to another DB provider like MySql or others due to a bunch of dependencies I'd need to adjust.
I tried to just use a public Docker image for these purposes (the one I use in my local env), but without success, I just get the following failure, without any specific messages (I'm aware this may not be the best place to quote it, since it's not strictly Acorn-related), but "undefined".
2024-03-12 22:32:29.46 Server Query Store settings initialized with enabled = 1, 2024-03-12 22:32:29.47 Server The maximum number of dedicated administrator connections for this instance is '1' 2024-03-12 22:32:29.48 Server Node configuration: node 0: CPU mask: 0x000000000000000f:0 Active CPU mask: 0x000000000000000f:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required. 2024-03-12 22:32:29.53 Server Using dynamic lock allocation. Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is an informational message only. No user action is required. undefined
I suspected that maybe I'm having an issue with volume not being set up, but whichever volume class I tried, I got an error message similar to this one: " spec.image: Invalid value: "7ab78896b3bb6ebaff735a553f03fb1b244650471d5b1d4125354e66a00304ec": is not a valid volume class"
Just wanted to check with the community whether someone tried to do the same thing I'm trying, and whether it was successful or not 😄
If you have some inputs on this, or maybe some vague idea why just MSSQL Server wouldn't cooperate, I'd be glad to hear!
Beta Was this translation helpful? Give feedback.
All reactions