I just installed Drupal 8.3.2 by specifying an exact version "8.3.2" in my composer.json. I removed the /core folder entirely. I removed the /vendor folder entirely. I removed the composer.lock.

I did a composer install.

When it's done installing, I updated with drush updatedb, and several updates ran. In the UI ("Available Updates" and "Status Report") the version shows as 8.3.3-dev.

CommentFileSizeAuthor
#21 update.PNG3.35 KBjhego
#21 install.PNG166.51 KBjhego

Comments

cwells created an issue. See original summary.

didier misson’s picture

Hello
Same bug !

I update with composer.

Composer say : 8.3.1 --> 8.3.2
but it's 8.3.3-DEV after !!!

https://www.drupal.org/node/2875451

Thanks.
Didier

chrisfromredfin’s picture

Wondering if this was some kind of timing issue. I re-ran these steps but first I cleared my Composer cache with `composer clearcache` and then it seemed to install correctly.

didier misson’s picture

I don't think it's a Composer cache problem
because Composer say

- Updating drupal/core (8.3.1 => 8.3.2): Downloading (100%)

but after, Drush and Drupal say : 8.3.3-dev

Probably a drupal.org server error on the files downloaded... ?

mile23’s picture

See: #2352091-56: Create (and maintain) a subtree split of Drupal core

It's because drush uses \Drupal::VERSION.

didier misson’s picture

I don't think so.

Where Drush would be able to find a 8.3.3-dev version?

And Drupal status page also say 8.3.3-dev...

mariagwyn’s picture

Exact issue exists in 8.2.8 as well.

cilefen’s picture

This is not what I experienced upgrading 8.3.1 to 8.3.2 with Composer. \Drupal::VERSION = 8.3.2 and the UI agrees. I am, I hope you understand, confused and a little nervous because I released it.

cilefen’s picture

Status: Needs work » Active
cilefen’s picture

There are tags missing from https://github.com/drupal/core/releases.

didier misson’s picture

I made backup before "Composer update..."

So I restore all the folders and site is up in D 8.3.1.

So, not urgent
But I wait to understand before try again.
Thanks.
Didier

cilefen’s picture

Oh, that's just sorting, but the dates of the releases and tags are weird for what it's worth.

alexpott’s picture

I just did composer create-project drupal-composer/drupal-project:8.x-dev SOME_DIR--stability dev --no-interaction and looking at core/lib/Drupal.php this is what I see:

  const VERSION = '8.3.2';
Mixologic’s picture

This was a bug with the way the subtree splits handled the new tag. I've since modified the splits such that they *should* be more likely to not push 8.3.x-dev as the 8.3.2 tag.

Mixologic’s picture

Status: Active » Fixed

I had deleted the tag that had the incorrect hash from drupal/core and resplit and reposted. This was fixed around 1pm pst.

cilefen’s picture

Thank you mixologic.

didier misson’s picture

I will try again this evening.
Thanks you mixologic and celifen.
;-)

alexpott’s picture

@Mixologic is this fixed so that it'll never happen again?

Mixologic’s picture

@alexpott : well, thats the hope. The former code was reusing HEAD over and over to re-tag, and reusing the same repo. Now when new tags get split, they only exist as their tag name and do not collide in HEAD: https://bitbucket.org/drupalorg-infrastructure/subtree-splitter/commits/...

When I reran the splitter, it rebuilt the tags properly.

didier misson’s picture

Yesterday I restore the D8.3.1 site.
Today I try again

composer update --with-dependencies

and ALL is ok !
Site is now in D8.3.2

Thanks

jhego’s picture

StatusFileSize
new166.51 KB
new3.35 KB

Hi,

Since update Drupal 8.3.1 to 8.3.2, I have an error : The website encountered an unexpected error. Please try again later. on the page www.example.net/update.php

And on the rest of the website, I have a redirection on www.example.net/core/install.php

I had the same issued when I was installed Drupal 8.3.0.

Someone can help me ?

Thx

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.