Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Trying to run a stopped app throws app already exists error #957

Closed
jsilverio22 opened this issue Dec 2, 2022 · 4 comments
Closed

Trying to run a stopped app throws app already exists error #957

jsilverio22 opened this issue Dec 2, 2022 · 4 comments
Assignees
Milestone

Comments

@jsilverio22
Copy link
Contributor

acorn run --name foo ../simple-demo
acorn stop foo
acorn run --name foo ../simple-demo

results in

Error: app "foo" already exists

@danielhass
Copy link

Same here:

> acorn -v
acorn version v0.4.1+26487bbc

> acorn run -n awesome-acorn .
> acorn stop awesome-acorn
> acorn ps -A
NAME      IMAGE     HEALTHY   UP-TO-DATE   CREATED   ENDPOINTS   MESSAGE
> acorn run -n awesome-acorn -i .
Error: app "awesome-acorn" already exists

@cjellick
Copy link
Member

cjellick commented Dec 5, 2022

@jsilverio22 can you link the PR here that introduced this change in behavior?

@cjellick cjellick added this to the v0.5.0 milestone Dec 5, 2022
@jsilverio22
Copy link
Contributor Author

#944

@jsilverio22 jsilverio22 self-assigned this Dec 5, 2022
@cjellick cjellick modified the milestones: v0.5.0, v0.4.2 Dec 5, 2022
cjellick added a commit that referenced this issue Dec 5, 2022
fix: check for dev mode before err out for an existing app #957
@cjellick
Copy link
Member

cjellick commented Dec 5, 2022

fixed and released in v0.4.2

@cjellick cjellick closed this as completed Dec 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants