unstract icon indicating copy to clipboard operation
unstract copied to clipboard

credentials issue

Open IsraelAbebe opened this issue 1 year ago • 3 comments

I was playing around with the opensource local deployment and was having a problem with the credentials what am i doing wrong?

image

IsraelAbebe avatar Apr 08 '24 12:04 IsraelAbebe

Hi @IsraelAbebe

1)Clear the docker volumes by running the below command from project root directory. docker compose -f docker/docker-compose.yaml down -v 2) Update the project using ./run-platform.sh --upgrade. 3)Copy the # System admin credentials values from 'unstract/backend/sample.env' and replace it in 'unstract/backend/.env 'file 4) Run the script ./run-platform.sh

(Or)

1)Clear the old docker volumes by running the below command from project root directory. docker compose -f docker/docker-compose.yaml down -v 2)Clone the new project and run the script ./run-platform.sh

VikashPratheepan avatar Apr 08 '24 14:04 VikashPratheepan

@IsraelAbebe to add more context probably you haven't done anything wrong. Around last Friday we had a change which went in that caused this issues. So if you cloned repo around that time that would be the reason.

Above steps shared are to work around that issue if you indeed had cloned around that time.

ritwik-g avatar Apr 08 '24 15:04 ritwik-g

@IsraelAbebe it would be great to know if the above steps helped to resolve your issue.

ritwik-g avatar Apr 12 '24 08:04 ritwik-g

Closing stale issue

ritwik-g avatar Jun 21 '24 04:06 ritwik-g