How can I make a fresh install of 1.9 keeping my data?
I've been using Magento for a while, but somehow I screwed something. Some functions aren't working well (for example, the "Flush CSS/Javascript" buttons are gone, the shipping cost isn't shown on the Checkout Review, and some other weird issues.
I would like to make a fresh install, only keeping my template files, and everything else clean, but keeping my data. As far as I know, this is not possible only with Magento export options (only products and customers). I have some extensions with data I would like to keep and of course the categories and main configs.
Is there a way to do this without having to manually add the new data?
magento-1.9 install backup
add a comment |
I've been using Magento for a while, but somehow I screwed something. Some functions aren't working well (for example, the "Flush CSS/Javascript" buttons are gone, the shipping cost isn't shown on the Checkout Review, and some other weird issues.
I would like to make a fresh install, only keeping my template files, and everything else clean, but keeping my data. As far as I know, this is not possible only with Magento export options (only products and customers). I have some extensions with data I would like to keep and of course the categories and main configs.
Is there a way to do this without having to manually add the new data?
magento-1.9 install backup
add a comment |
I've been using Magento for a while, but somehow I screwed something. Some functions aren't working well (for example, the "Flush CSS/Javascript" buttons are gone, the shipping cost isn't shown on the Checkout Review, and some other weird issues.
I would like to make a fresh install, only keeping my template files, and everything else clean, but keeping my data. As far as I know, this is not possible only with Magento export options (only products and customers). I have some extensions with data I would like to keep and of course the categories and main configs.
Is there a way to do this without having to manually add the new data?
magento-1.9 install backup
I've been using Magento for a while, but somehow I screwed something. Some functions aren't working well (for example, the "Flush CSS/Javascript" buttons are gone, the shipping cost isn't shown on the Checkout Review, and some other weird issues.
I would like to make a fresh install, only keeping my template files, and everything else clean, but keeping my data. As far as I know, this is not possible only with Magento export options (only products and customers). I have some extensions with data I would like to keep and of course the categories and main configs.
Is there a way to do this without having to manually add the new data?
magento-1.9 install backup
magento-1.9 install backup
edited Jan 22 '15 at 14:17
David Manners
24.7k862212
24.7k862212
asked Dec 2 '14 at 2:47
Santiago ValdésSantiago Valdés
2815
2815
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
What I would suggest here is to create a fresh install of the code base and then during the install process use the currently used database.
Then you can start to build ontop of what should be a "stable" code base and add any extensions that you are looking for.
To do this what you could simply do is a mysqldump and then import into a new database.
add a comment |
Technically, it will take a great amount of time to find all the errors (chances are you might miss out some errors, maybe?)
Maybe you can try this (What I will do, normally):
Check your CSS files to look for certain codes (maybe you accidentally comment it out or delete a portion of it)
That said, you may try the solution below if the above fails:
- Install a fresh Magento 1.9
- Install all necessary extensions
- Backup necessary tables via PhpMyAdmin (screwed version)
- Import to new installation
thanks for your answer. I ended un installing a fresh one but over the old DB. Then installed extensions and is working fine (not perfect, but at least usable).
– Santiago Valdés
Dec 3 '14 at 4:05
Great, that is good to hear. :)
– Enthu
Dec 3 '14 at 4:31
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f46062%2fhow-can-i-make-a-fresh-install-of-1-9-keeping-my-data%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
What I would suggest here is to create a fresh install of the code base and then during the install process use the currently used database.
Then you can start to build ontop of what should be a "stable" code base and add any extensions that you are looking for.
To do this what you could simply do is a mysqldump and then import into a new database.
add a comment |
What I would suggest here is to create a fresh install of the code base and then during the install process use the currently used database.
Then you can start to build ontop of what should be a "stable" code base and add any extensions that you are looking for.
To do this what you could simply do is a mysqldump and then import into a new database.
add a comment |
What I would suggest here is to create a fresh install of the code base and then during the install process use the currently used database.
Then you can start to build ontop of what should be a "stable" code base and add any extensions that you are looking for.
To do this what you could simply do is a mysqldump and then import into a new database.
What I would suggest here is to create a fresh install of the code base and then during the install process use the currently used database.
Then you can start to build ontop of what should be a "stable" code base and add any extensions that you are looking for.
To do this what you could simply do is a mysqldump and then import into a new database.
answered Jan 22 '15 at 14:16
David MannersDavid Manners
24.7k862212
24.7k862212
add a comment |
add a comment |
Technically, it will take a great amount of time to find all the errors (chances are you might miss out some errors, maybe?)
Maybe you can try this (What I will do, normally):
Check your CSS files to look for certain codes (maybe you accidentally comment it out or delete a portion of it)
That said, you may try the solution below if the above fails:
- Install a fresh Magento 1.9
- Install all necessary extensions
- Backup necessary tables via PhpMyAdmin (screwed version)
- Import to new installation
thanks for your answer. I ended un installing a fresh one but over the old DB. Then installed extensions and is working fine (not perfect, but at least usable).
– Santiago Valdés
Dec 3 '14 at 4:05
Great, that is good to hear. :)
– Enthu
Dec 3 '14 at 4:31
add a comment |
Technically, it will take a great amount of time to find all the errors (chances are you might miss out some errors, maybe?)
Maybe you can try this (What I will do, normally):
Check your CSS files to look for certain codes (maybe you accidentally comment it out or delete a portion of it)
That said, you may try the solution below if the above fails:
- Install a fresh Magento 1.9
- Install all necessary extensions
- Backup necessary tables via PhpMyAdmin (screwed version)
- Import to new installation
thanks for your answer. I ended un installing a fresh one but over the old DB. Then installed extensions and is working fine (not perfect, but at least usable).
– Santiago Valdés
Dec 3 '14 at 4:05
Great, that is good to hear. :)
– Enthu
Dec 3 '14 at 4:31
add a comment |
Technically, it will take a great amount of time to find all the errors (chances are you might miss out some errors, maybe?)
Maybe you can try this (What I will do, normally):
Check your CSS files to look for certain codes (maybe you accidentally comment it out or delete a portion of it)
That said, you may try the solution below if the above fails:
- Install a fresh Magento 1.9
- Install all necessary extensions
- Backup necessary tables via PhpMyAdmin (screwed version)
- Import to new installation
Technically, it will take a great amount of time to find all the errors (chances are you might miss out some errors, maybe?)
Maybe you can try this (What I will do, normally):
Check your CSS files to look for certain codes (maybe you accidentally comment it out or delete a portion of it)
That said, you may try the solution below if the above fails:
- Install a fresh Magento 1.9
- Install all necessary extensions
- Backup necessary tables via PhpMyAdmin (screwed version)
- Import to new installation
edited 7 mins ago
Teja Bhagavan Kollepara
3,01241949
3,01241949
answered Dec 2 '14 at 3:28
EnthuEnthu
385
385
thanks for your answer. I ended un installing a fresh one but over the old DB. Then installed extensions and is working fine (not perfect, but at least usable).
– Santiago Valdés
Dec 3 '14 at 4:05
Great, that is good to hear. :)
– Enthu
Dec 3 '14 at 4:31
add a comment |
thanks for your answer. I ended un installing a fresh one but over the old DB. Then installed extensions and is working fine (not perfect, but at least usable).
– Santiago Valdés
Dec 3 '14 at 4:05
Great, that is good to hear. :)
– Enthu
Dec 3 '14 at 4:31
thanks for your answer. I ended un installing a fresh one but over the old DB. Then installed extensions and is working fine (not perfect, but at least usable).
– Santiago Valdés
Dec 3 '14 at 4:05
thanks for your answer. I ended un installing a fresh one but over the old DB. Then installed extensions and is working fine (not perfect, but at least usable).
– Santiago Valdés
Dec 3 '14 at 4:05
Great, that is good to hear. :)
– Enthu
Dec 3 '14 at 4:31
Great, that is good to hear. :)
– Enthu
Dec 3 '14 at 4:31
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f46062%2fhow-can-i-make-a-fresh-install-of-1-9-keeping-my-data%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown