I just did an installation form 1.1.2 to 1.2 DB export not working
-
@mikeyapina
features have not come in your site as your upgraded is not done successfully. -
@Vaishali-Agarwal I followed the instructions provided. In fact, I did a fresh install to make sure I got the right build first. So what instructions are you speaking to? These are the instructions I used,
-
@mikeyapina
Okay I noticed it, so in which step you're facing issue in a fresh install?? -
these are the exact commands I did as per my history
composer create-project bagisto/bagisto-standard
cd bagisto-standard
sudo php artisan bagisto:install
sudo vi .env
sudo php artisan bagisto:install
php artisan vendor:publish
php artisan storage:link
sudo cp -r ../bagisto/storage /storage
sudo composer dump-autoloadbagisto is the old 1.1.2 bagisto-standard is the new
The current new build looks like the old in the admin every way. Noting is different. This makes me wonder if it is the same I should at minimum get a notification to upgrade. Which I do not as well.
-
@mikeyapina
All the commands you followed are in the right way!
you didn't get notification in newer one because the older bagisto v1.1.2 is might be not installed using bagisto-standard.Please check the older bagisto whether it contains the upgradedVersion Package inside the package/Webkul folder??
-
@Vaishali-Agarwal said in I just did an installation form 1.1.2 to 1.2 DB export not working:
upgradedVersion
I did not locate an upgradedVersion on the old build but did here in this new one
/var/www/html/bagisto-standard/packages/Webkul/UpgradeVersion
-
@mikeyapina
If your older version doesn't contain earlier UpgradedVersion then you didn't get a notification on your admin dashboard when a new release came out.Now it's added on your new Bagisto then when another higher version will out in future then you will get the notification.
-
@Vaishali-Agarwal said in I just did an installation form 1.1.2 to 1.2 DB export not working:
n another higher
Yes that be great if this version had the upgrades!!! but this 1.2 version I have does not! How do I get it?
-
@mikeyapina said in I just did an installation form 1.1.2 to 1.2 DB export not working:
sudo composer dump-autoload
this is your install .. sadly not very good
select * from
channels
wherehostname
in ('mom.ov3rt.com', 'http://mom.ov3rt.com', 'https://mom.ov3rt.com')
460μs
/vendor/prettus/l5-repository/src/Prettus/Repository/Eloquent/BaseRepository.php:564
store
select * fromchannels
limit 1
380μs
/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23
store
select * fromcore_config
wherecode
= 'general.design.admin_logo.favicon' andchannel_code
= 'default'
410μs
/vendor/prettus/l5-repository/src/Prettus/Repository/Eloquent/BaseRepository.php:545
store
select * fromlocales
wherecode
= 'en'
330μs
/vendor/prettus/l5-repository/src/Prettus/Repository/Eloquent/BaseRepository.php:524
store
select * fromcore_config
wherecode
= 'general.design.admin_logo.logo_image' andchannel_code
= 'default'
410μs
/vendor/prettus/l5-repository/src/Prettus/Repository/Eloquent/BaseRepository.php:545
store
select * fromcore_config
wherecode
= 'general.design.admin_logo.logo_image' andchannel_code
= 'default'
390μs
/vendor/prettus/l5-repository/src/Prettus/Repository/Eloquent/BaseRepository.php:545
store
select * fromcore_config
wherecode
= 'general.content.footer.footer_toggle' andchannel_code
= 'default' andlocale_code
= 'en'
400μs
/vendor/prettus/l5-repository/src/Prettus/Repository/Eloquent/BaseRepository.php:545
store
select * fromcore_config
wherecode
= 'general.content.footer.footer_content' andchannel_code
= 'default' andlocale_code
= 'en'
400μs
/vendor/prettus/l5-repository/src/Prettus/Repository/Eloquent/BaseRepository.php:545
store
select * fromcore_config
wherecode
= 'general.content.footer.footer_content' andchannel_code
= 'default' andlocale_code
= 'en'
410μs
/vendor/prettus/l5-repository/src/Prettus/Repository/Eloquent/BaseRepository.php:545
store -
clearly something is wrong with you install scripts everything is there
The [/var/www/html/bagisto/public/storage] link already exists.
The links have been created.
ubuntu@ip-172-31-15-242:/var/www/html/bagisto$ sudo php artisan storage:link
The [/var/www/html/bagisto/public/storage] link already exists.
The links have been created.
ubuntu@ip-172-31-15-242:/var/www/html/bagisto$ cd storage
ubuntu@ip-172-31-15-242:/var/www/html/bagisto/storage$ cd app
ubuntu@ip-172-31-15-242:/var/www/html/bagisto/storage/app$ ls
db-blade-compiler public
ubuntu@ip-172-31-15-242:/var/www/html/bagisto/storage/app$