What are the Slack Archives?

Itโ€™s a history of our time together in the Slack Community! Thereโ€™s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you wonโ€™t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

is there a way to revert whatever was done by this command `vendor/bin/install`? To revert the repo

UM9F81RCP
UM9F81RCP Posts: 516 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

is there a way to revert whatever was done by this command vendor/bin/install? To revert the repo to its fresh state?

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 โœจ - Novice

    Repository isnโ€™t affected by this command.
    But your DB is definitely affected and there is no way to restore it except using backups.

  • UM9F81RCP
    UM9F81RCP Posts: 516 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    let say I destroy the vm what happens to the DB:?

  • UM9F81RCP
    UM9F81RCP Posts: 516 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    also what happens if I re-run the vendor/bin/install ?

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 โœจ - Novice

    Are you talking about local devvm? The DB is inside so will be just destroyed as well.

    vendor/bin/install installs everything from scratch: cleans DB/ES/Redis, installs everything, runs import of the data (by default demo-data) to the DB, triggers export from DB to ES/Redis, builds FE.

  • UM9F81RCP
    UM9F81RCP Posts: 516 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    ah ok interesting

  • UM9F81RCP
    UM9F81RCP Posts: 516 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    thank you